func go/types.hasBreakList
6 uses
go/types (current package)
return.go#L63: if !check.isTerminatingList(cc.Body, "") || hasBreakList(cc.Body, label, true) {
return.go#L96: if !check.isTerminatingList(cc.Body, "") || hasBreakList(cc.Body, label, true) {
return.go#L134: return hasBreakList(s.List, label, implicit)
return.go#L143: return hasBreakList(s.Body, label, implicit)
return.go#L156: return hasBreakList(s.Body, label, implicit)
return.go#L177: func hasBreakList(list []ast.Stmt, label string, implicit bool) bool {